Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add memory allocation opcode. #18

Merged
merged 1 commit into from
Dec 17, 2020
Merged

Add memory allocation opcode. #18

merged 1 commit into from
Dec 17, 2020

Conversation

adlerjohn
Copy link
Contributor

Note: memory frees aren't needed since managing fragmented heap memory is non-trivial in a verifiable context.

@adlerjohn adlerjohn added the enhancement New feature or request label Dec 17, 2020
@adlerjohn adlerjohn self-assigned this Dec 17, 2020
@adlerjohn adlerjohn linked an issue Dec 17, 2020 that may be closed by this pull request
@adlerjohn adlerjohn merged commit f7f4051 into master Dec 17, 2020
@adlerjohn adlerjohn deleted the adlerjohn-malloc branch December 17, 2020 16:10
@adlerjohn adlerjohn added the comp:FVM Component: FuelVM label Feb 18, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
comp:FVM Component: FuelVM enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add opcodes to allocate and free heap memory
1 participant